.pc_banner {
  width: 100%;
  max-width: 1920px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 0;
  position: relative;
  display: block;
  margin-top: 100px;
}
.banner-swiper-container{
  overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next.banner-swiper-button-next {
	background-image: url("../imgs/index_banner_arrows02.png");
	left: 58px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev.banner-swiper-button-prev {
	background-image: url("../imgs/index_banner_arrows01.png");
	right: 58px;
	left: auto
}


.client-swiper-container{
  padding-left: 200px;
  box-sizing: border-box;
  overflow: hidden;
 height: auto;
}

.client-swiper-button-next,
.client-swiper-button-prev {
	position: absolute;
	top: 165px;
	width: 56px;
	height: 56px;
	z-index: 999;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat
}

.client-swiper-button-prev,
.swiper-container-rtl .swiper-button-next.client-swiper-button-next {
	background-image: url("../imgs/index_product_arrows02.png");
	left: 0;
	right: auto
}

.client-swiper-button-next,
.swiper-container-rtl .swiper-button-prev.client-swiper-button-prev {
	background-image: url("../imgs/index_product_arrows01.png");
	right: auto;
	left: 58px
}


.swiper-container {
  width: 100%;
  /* height: auto; */
  margin: auto;
}

@media screen and (max-width: 768px){
  /* .pc_banner {
      height: 600px;
  } */
  /* .pc_banner .swiper-wrapper, .pc_banner .swiper-slide {
    height: 600px!important;
  } */
  .banner-box{
    height: 100%;
    overflow: hidden;
  }
  .banner-box img {
    width: 100% !important;
    height: 100% !important;
  }
}

.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 30px !important;
	width: auto !important;
	right: 260px !important;
	left: inherit !important; 
}